build(deps): bump golang.org/x/sync from 0.22.0 to 0.23.0 in /pkg/plugin/sdk - #7340
Conversation
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.22.0 to 0.23.0. - [Commits](golang/sync@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for pipecd-site canceled.
|
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward dependency version bump limited to the plugin SDK module’s go.mod/go.sum with no additional code modifications.
Pull request overview
This PR updates the PipeCD plugin SDK Go module (pkg/plugin/sdk) to use golang.org/x/sync v0.23.0, keeping the SDK’s concurrency utility dependency current.
Changes:
- Bump
golang.org/x/syncfromv0.22.0tov0.23.0inpkg/plugin/sdk/go.mod. - Refresh
pkg/plugin/sdk/go.sumchecksums accordingly.
File summaries
| File | Description |
|---|---|
| pkg/plugin/sdk/go.mod | Updates the golang.org/x/sync requirement to v0.23.0 for the SDK module. |
| pkg/plugin/sdk/go.sum | Updates module hashes to match the new golang.org/x/sync version. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7340 +/- ##
==========================================
- Coverage 29.75% 29.64% -0.11%
==========================================
Files 601 28 -573
Lines 64442 2334 -62108
==========================================
- Hits 19172 692 -18480
+ Misses 43778 1588 -42190
+ Partials 1492 54 -1438
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Superseded by #7372. |
Bumps golang.org/x/sync from 0.22.0 to 0.23.0.
Commits
f75267dsemaphore: panic on negative capacity3ffd83call: upgrade go directive to at least 1.26.0 [generated]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)